Description
Overview
Included files
Included by
Source
/**
\page elseCmd
!!!Else clause of a conditional documentation section ( else )
Starts a conditional section if the previous conditional section was not enabled.
The previous section should have been started with a $\\if, \\ifnot$, or $\\elseif$
command.
!Syntax
\code
\if Condition1
This section is only included, if Condition1 is added to
ENABLED_SECTIONS in the DoxySfile
\else
This section is included, if Condition1 is NOT added to
ENABLED_SECTIONS in the DoxySfile
\endif
\endcode
!Output
Any enabled text inside the else-endif tags are output.
\include endif.inc
\sa elseifCmd, ifCmd, ifnotCmd
*/